home *** CD-ROM | disk | FTP | other *** search
/ CD World Haziran 1997 / CD World Haziran 1997.iso / Cesitlemeler / The Journal / _SETUP.1 / Journal.exe / 0 / RCDATA / TJOURNALREVIEWFORM / TJOURNALREVIEWFORM.txt
Encoding:
Text File  |  1996-12-12  |  2.2 KB  |  79 lines

  1. inherited JournalReviewForm: TJournalReviewForm
  2.   Caption = 'Review'
  3.   OnClose = FormClose
  4.   PixelsPerInch = 96
  5.   TextHeight = 13
  6.   object ReviewControlPanel: TPanel [0]
  7.     Left = 0
  8.     Top = 0
  9.     Width = 653
  10.     Height = 33
  11.     Align = alTop
  12.     ParentShowHint = False
  13.     ShowHint = True
  14.     TabOrder = 0
  15.     object EditEntryButton: TSpeedButton
  16.       Left = 4
  17.       Top = 4
  18.       Width = 25
  19.       Height = 25
  20.       Hint = 'Edit Entry'
  21.       AllowAllUp = True
  22.       GroupIndex = 1
  23.       Glyph.Data = {
  24.         78010000424D7801000000000000760000002800000020000000100000000100
  25.         04000000000000000000120B0000120B00000000000000000000000000000000
  26.         800000800000008080008000000080008000808000007F7F7F00BFBFBF000000
  27.         FF0000FF000000FFFF00FF000000FF00FF00FFFF0000FFFFFF00333333000000
  28.         000033333377777777773333330FFFFFFFF03FF3FF7FF33F3FF700300000FF0F
  29.         00F077F777773F737737E00BFBFB0FFFFFF07773333F7F3333F7E0BFBF000FFF
  30.         F0F077F3337773F3F737E0FBFBFBF0F00FF077F3333FF7F77F37E0BFBF00000B
  31.         0FF077F3337777737337E0FBFBFBFBF0FFF077F33FFFFFF73337E0BF0000000F
  32.         FFF077FF777777733FF7000BFB00B0FF00F07773FF77373377373330000B0FFF
  33.         FFF03337777373333FF7333330B0FFFF00003333373733FF777733330B0FF00F
  34.         0FF03333737F37737F373330B00FFFFF0F033337F77F33337F733309030FFFFF
  35.         00333377737FFFFF7733333033000000033333373377777773330000}
  36.       NumGlyphs = 2
  37.       OnClick = EditEntryButtonClick
  38.     end
  39.   end
  40.   object ReviewInfoBar: TStatusBar [1]
  41.     Left = 0
  42.     Top = 367
  43.     Width = 653
  44.     Height = 19
  45.     Panels = <
  46.       item
  47.         Alignment = taCenter
  48.         Text = 'Version: 999'
  49.         Width = 80
  50.       end
  51.       item
  52.         Text = 'Last Modified: 12/31/96'
  53.         Width = 150
  54.       end
  55.       item
  56.         Text = 'Last Printed: 12/31/96'
  57.         Width = 150
  58.       end>
  59.     SimplePanel = False
  60.     SizeGrip = False
  61.   end
  62.   inherited EntryPage: TPageControl
  63.     Top = 33
  64.     Height = 334
  65.     TabOrder = 2
  66.   end
  67.   inherited EntryMenu: TMainMenu
  68.     Top = 48
  69.   end
  70.   inherited EntryPopUp: TPopupMenu
  71.     Top = 48
  72.     object PopupCurrentEntry: TMenuItem [3]
  73.       Caption = 'Current Entry'
  74.       ShortCut = 0
  75.       OnClick = PopupCurrentEntryClick
  76.     end
  77.   end
  78. end
  79.